{
  "name": "{{SLUGGED_NAME}}",
  "repository": "{{GIT_REMOTE_URL}}",
  "version": "0.0.0",
  "description": "{{TITLE_NAME}} - React Component",
  "main": "lib/index.js",
  "module": "module/index.js",
  "plz:main": "src/index.js",
  "files": ["lib", "module", "package.json", "README.md"],
  "scripts": {
    "build": "plz build",
    "clean": "plz clean",
    "start": "plz stories",
    "test": "plz test",
    "test:watch": "plz test --watch",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {},
  "devDependencies": {
    "{{CLI_NAME}}": "{{CLI_VERSION}}"
  },
  "peerDependencies": {
    "@babel/runtime-corejs3": "^7.6.2",
    "prop-types": "^15.7.2",
    "react": "{{REACT_VERSION}}",
    "react-dom": "{{REACT_VERSION}}"
  },
  "author": "{{AUTHOR}}",
  "license": "UNLICENSED",
  "keywords": ["react-component"],
  "plz": {
    "projectType": "react-component"
  }
}
